home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kodak Picture CD: 357071
/
Kodak Picture CD 357071.iso
/
setup
/
ksu
/
ksu.cab
/
plcm_rep.bis
< prev
next >
Wrap
Text File
|
2004-02-13
|
2KB
|
97 lines
Start {
set frameFile=default
if (presentation.runningMode=teaser) then {
call Headline
}
else {
call Summary
}
end all
}
Headline {
call UseSequence0
animate from (500,1070) to (500,960) in 1.5 seconds
pause for 1 second
newSprite proc=AnimSeq1 spriteName="AnimSeq1"
pause for 20 seconds
if (flagIsReset("summary")) then {
end spriteName="AnimSeq1"
animate to (500,1070) in 1 second
}
end all
}
Summary {
call UseSequence2
onClick {
rect (302,0,318,17) toolTip="Close the Flash" does {
end all
}
}
attachText rect (78,20,318,52) sequence=2 file="name.txt" color=black
font="Arial" bold
attachText rect (78,53,316,84) sequence=2
text="The following files have been refreshed:" fontSize=16
attachText rect (5,85,318,180) sequence=2 file="files.txt" fontSize=16
setFlag "summary"
attachText rect (6,182,315,199) sequence=2 file="channel.txt" color=RGB(255,251,240)
shadowColor=black shadowOffset (1,1) font="Arial" bold fontSize=16
show sequence=2 at (500,500) for 30 seconds
end all
}
OnSummary {
if (flagIsReset("summary")) then {
setFlag "summary"
}
}
AnimSeq1 {
setFlag "Anim1ON"
call UseSequence1
animate fromPixelOffset (-128,-22) in 13 frames
pause forever
}
#<BALIWIZARD SEQUENCES: Code created automatically by editing the frame file
#<BALIWIZARD SEQUENCE=0>
UseSequence0 {
set sequence=0
set reference=midBottom
onClick {
rect (305,12,318,29) toolTip="Close the Flash" does {
end all
}
rect (65,13,303,44) toolTip="Full files list" does {
hide
if (flagIsSet("Anim1ON")) then {
end spriteName="AnimSeq1"
}
call Summary
}
}
attachText rect (66,15,305,26) sequence=0 text="File Placement Report"
fontSize=14 scrollBar=no color=RGB(128,255,128) font="Arial" bold
attachText rect (66,27,318,44) sequence=0 file="name.txt" fontSize=14
scrollBar=no color=white font="Arial"
}
#<BALIWIZARD SEQUENCE=1>
UseSequence1 {
set sequence=1
set reference=midBottom
}
#<BALIWIZARD SEQUENCE=2>
UseSequence2 {
set sequence=2
set reference=center
}